[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ---
   KILLWIND()      Removes a window created by MAKEWIND()
     Usage         KILLWIND(<windowname>,<top>,<left>,<bot>,<right>)
     Example

                   MAKEWIND('MESSAGE',10,40,12,60)
                   @11,42 SAY "What's up, Doc ?"
                   inkey(0)
                   KILLWIND('MESSAGE',10,40,12,60)

     Notes         KILLWIND restores the screen underneath the
                   window with a PUBLIC screen var saved by
                   MAKEWIND. This var is then released.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson